home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q99 / 6 / 86.TXT < prev   
Text File  |  1993-09-28  |  3KB  |  99 lines

  1. DOCUMENT:Q99686  27-SEP-1993  [W_NT]
  2. TITLE   :Enabling TCP/IP Routing
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12. --------------------------------------------------------------------
  13.  
  14. WARNING: Using Registry Editor incorrectly can cause
  15.      serious, system-wide problems that may require you to
  16.      reinstall Windows NT to correct them. Microsoft cannot
  17.      guarantee that any problems resulting from the use of
  18.      Registry Editor can be solved. Use this tool at your own
  19.      risk.
  20.  
  21. Summary:
  22.  
  23. This article describes how to enable TCP/IP routing in Windows NT and
  24. how to configure static routing tables using ROUTE.EXE.
  25.  
  26. How to Enable TCP/IP Routing
  27. ============================
  28.  
  29. Routing between subnets is disabled by default for the TCP/IP protocol
  30. in Windows NT. To enable routing, following these steps:
  31.  
  32. 1. Start Registry Editor (REGEDT32.EXE) and go to the following
  33.    subkey:
  34.  
  35.       HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip
  36.       \Parameters
  37.  
  38. 2. From the Edit menu, choose Add Value.
  39.  
  40. 3. Enter the following values:
  41.  
  42.       Value Name: IpEnableRouter
  43.       Data Type: REG_DWORD
  44.       Value: 1
  45.  
  46. 4. Exit Registry Editor and restart Windows NT.
  47.  
  48. Configuring Static Routing Tables
  49. =================================
  50.  
  51. If two subnets are separated by more than one Windows NT machine or by
  52. a router, Windows NT can route between the subnets if you manually
  53. configure the routing tables. Static configurable routing is
  54. supported, but neither routing information protocol (RIP) or OSPF are
  55. supported.
  56.  
  57. The ROUTE.EXE command manually configures network routing tables.
  58. ROUTE has the following syntax:
  59.  
  60.    route [-fs] [command [destination][gateway]]
  61.  
  62. Switches
  63. --------
  64.  
  65.    -f Clears routing tables
  66.  
  67.    -s Packets for which no destinations are found are routed to the
  68.       smart gateway.
  69.  
  70. Commands
  71. --------
  72.  
  73.    add      Adds a route
  74.    delete   Deletes a path
  75.    print    Prints a route
  76.    change   Changes an existing route
  77.  
  78. All symbolic names used for gateway and destination are looked up in
  79. the database files NETWORKS and HOSTS.
  80.  
  81. Additional reference words: 3.10
  82. KBCategory:
  83. KBSubCategory: NETSRV TPIP 
  84.  
  85. =============================================================================
  86.  
  87. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  88. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  89. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  90. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  91. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  92. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  93. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  94. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  95. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  96. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  97. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  98.  
  99. Copyright Microsoft Corporation 1993.